XIP - traducción al ruso
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:     

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

XIP - traducción al ruso

METHOD OF EXECUTING PROGRAMS DIRECTLY FROM LONG-TERM STORAGE
Xip; XIP; Execute-in-place; Execute-In-Place; Execute In Place

XIP         

общая лексика

eXecutive In Place

спецификация "выполнение на месте"

спецификация, позволяющая операционной системе или приложениям исполняться из ПЗУ или флэш-памяти PC-карты без предварительной загрузки в ОЗУ системы, что в принципе позволяет уменьшить его объём

EXIP      

общая лексика

спецификация EXIP

вариант XIP-спецификации, предусматривающий отображение содержимого целой платы памяти PCMCIA на одно общее адресное пространство процессора типа 386 или 486

Смотрите также

LXIP; XIP specification

Wikipedia

Execute in place

In computer science, execute in place (XIP) is a method of executing programs directly from long-term storage rather than copying it into RAM. It is an extension of using shared memory to reduce the total amount of memory required.

Its general effect is that the program text consumes no writable memory, saving it for dynamic data, and that all instances of the program are run from a single copy.

For this to work, several criteria have to be met:

  • The storage must provide a similar interface to the CPU as regular memory (or an adaptive layer must be present).
  • This interface must provide sufficiently fast read operations with a random access pattern.
  • The file system, if one is used, needs to expose appropriate mapping functions.
  • The program must either be linked to be aware of the address the storage appears at in the system or be position-independent.
  • The program must not modify data within the loaded image.

The storage requirements are usually met by using NOR flash memory or EEPROM, which can be addressed as individual words for read operations, although it is a bit slower than normal system RAM in most setups.

¿Cómo se dice XIP en Ruso? Traducción de &#39XIP&#39 al Ruso